home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_250 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  173 b   |  11 lines

  1. on(release){
  2.    if(_parent.content._visible == false)
  3.    {
  4.       _parent.content._visible = true;
  5.    }
  6.    else
  7.    {
  8.       _parent.content._visible = false;
  9.    }
  10. }
  11.